onHover
Adds an action to perform when a pointer (an iPadOS trackpad or mouse) enters or exits this view's bounds. Not triggered by touch.
onHover?: (isHovering: boolean) => void
The callback receives true when the pointer moves over the view, and false when it leaves.
